home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Diversos
/
beaverdive.swf
/
scripts
/
frame_39
/
PlaceObject2_282_403
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
232 b
|
15 lines
onClipEvent(enterFrame){
var i = 1;
while(i <= LIFES)
{
this["l" + i]._visible = true;
i++;
}
var i = LIFES + 1;
while(i <= 4)
{
this["l" + i]._visible = false;
i++;
}
}